Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Collections.​Generic.​ISet`1

Assembly: System.Runtime

Provides the base interface for the abstraction of sets.

Methods

public bool
Add​(T item)
public void
ExceptWith​(IEnumerable`1 other)
public void
IntersectWith​(IEnumerable`1 other)
public bool
IsProperSubsetOf​(IEnumerable`1 other)
public bool
IsProperSupersetOf​(IEnumerable`1 other)
public bool
IsSubsetOf​(IEnumerable`1 other)
public bool
IsSupersetOf​(IEnumerable`1 other)
public bool
Overlaps​(IEnumerable`1 other)
public bool
SetEquals​(IEnumerable`1 other)
public void
SymmetricExceptWith​(IEnumerable`1 other)
public void
UnionWith​(IEnumerable`1 other)